home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 April / PC för Alla 0504.iso / noje / arcade-3.6.exe / snake.swf / scripts / DefineSprite_5_snake / frame_2 / DoAction.as
Encoding:
Text File  |  2003-11-29  |  169 b   |  9 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(!_root.gameOver && !_root.paused && fuse)
  4.    {
  5.       fuse--;
  6.       FoodBG._rotation = Food._rotation += fuse / 4;
  7.    }
  8. };
  9.